home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / textmode.fpl.readme < prev    next >
Text File  |  1995-08-01  |  1KB  |  39 lines

  1. #############################################################################
  2. File:        TextMode.FPL
  3. Author:        Jesper Skov
  4. Email:        jskov@iesd.auc.dk
  5. Short:        A major/minor mode for editing plain text.
  6. Version:    1.0
  7. Date:        15.06.95
  8. Local settings:
  9. Global settings:text_mode_exe, text_mode_ext and tab setting.
  10. Keysequence:
  11. Type:        Major/minor mode
  12. Prereq:        FMC.FPL
  13. Copyright:    © 1995, Jesper Skov
  14. #############################################################################
  15.  
  16. FUNCTION
  17.   This mode is a mix between major and minor - the reason being that the two
  18.   mode types represent the interface side and the textual side of working
  19.   with a certain text type in FrexxEd. Now, plain text has no "interface
  20.   side" but it's still quite nice to be able to specify extensions as it is
  21.   possible with the major mode concept. Therefore this mode should
  22.   technically speaking be a minor mode, but to increase its usability it is
  23.   registered as a major mode (see FMC.FPL.readme for some more gibberish of
  24.   this nature :)
  25.  
  26.   At the moment only the tabular size is set.
  27.  
  28. HISTORY (REV)
  29.   14.06.95 (0)    There you have it!
  30.  
  31. BUGS
  32.   Nah
  33.  
  34. TODO
  35.   ?
  36.  
  37. SEE ALSO
  38.   FMC.FPL.readme
  39.